Skip to content

chore: bumped all dependencies#39

Merged
eschmidt42 merged 4 commits into
mainfrom
fix/bump-dependencies
Jun 8, 2026
Merged

chore: bumped all dependencies#39
eschmidt42 merged 4 commits into
mainfrom
fix/bump-dependencies

Conversation

@eschmidt42

@eschmidt42 eschmidt42 commented Jun 8, 2026

Copy link
Copy Markdown
Owner

This pull request introduces several minor configuration updates to improve compatibility and security auditing in the project. The most significant changes are adjustments to Python version requirements, dependency audit settings, and package exclusion rules.

Dependency and environment configuration:

  • Restricted the supported Python versions to >=3.13, <3.14 in pyproject.toml to avoid compatibility issues with future Python releases.
  • Added aiohttp to the exclude-newer-package list in the [tool.uv] section of pyproject.toml, ensuring it is not excluded from updates due to its recent releases.

Security and audit improvements:

  • Updated the security audit step in the CI workflow to use the --preview-features audit flag for enhanced auditing capabilities in .github/workflows/ci.yml.
  • Cleared the ignore-until-fixed list in [tool.uv.audit] in pyproject.toml to ensure all vulnerabilities are reported and addressed.

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97%. Comparing base (842abe6) to head (125301e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          99       99           
  Lines        6942     6942           
  Branches      257      257           
=======================================
  Hits         6940     6940           
  Misses          1        1           
  Partials        1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eschmidt42 eschmidt42 merged commit 1283a42 into main Jun 8, 2026
3 checks passed
@eschmidt42 eschmidt42 deleted the fix/bump-dependencies branch June 8, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant